projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e9564f
)
Rectify skip-set argument
author
Mattias Engdegård
<mattiase@acm.org>
Fri, 6 Nov 2020 22:02:29 +0000
(23:02 +0100)
committer
Mattias Engdegård
<mattiase@acm.org>
Fri, 6 Nov 2020 22:02:29 +0000
(23:02 +0100)
* lisp/gnus/gnus-search.el (gnus-search-query-end-of-input):
Remove brackets that don't belong. Found by relint.
lisp/gnus/gnus-search.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-search.el
b/lisp/gnus/gnus-search.el
index 7ee7c53aca5738849b51e142adc013eb433eb2c7..07bd2bca1bbaa16f2ac6f7ed1803c640bb9de773 100644
(file)
--- a/
lisp/gnus/gnus-search.el
+++ b/
lisp/gnus/gnus-search.el
@@
-701,7
+701,7
@@
return one word."
(defun gnus-search-query-end-of-input ()
"Are we at the end of input?"
- (skip-chars-forward "[
[:blank:]
]")
+ (skip-chars-forward "[
:blank:
]")
(looking-at "$"))
;;; Search engines